DOUT#.STATEU
Description
Gets or sets the user command state of the specified digital output when DOUT#.SOURCE = 0 (user).
Value | Description |
---|---|
0 - Deactivated | DOUT#.STATE = 0, voltage removed on I/O pin |
1 - Activated | DOUT#.STATE = 1, voltage applied on I/O pin |
Examples
Usage
When DOUT#.SOURCE = 0 (user) then the corresponding DOUT#.STATEU can be set to drive the output at the I/O pin.
Code
--> DOUT1.SOURCE 0 //user --> DOUT1.STATEU 0 --> DOUT1.STATE 0 --> DOUT1.STATEU 1 --> DOUT1.STATE 1
Context
For more information see Digital Inputs and Outputs.
Versions
Action | Version | Notes |
---|---|---|
Implemented | 02-00-00-000 |
General Information
Type | Read/Write |
Units | N/A |
Range | 0 to 1 |
Default Value | N/A |
Data Type | Integer |
See Also | |
Stored in Non-Volatile Memory |
No |
Variants Supported
All variants are supported.